/********************************************************************
*   CreateTime  : 2017/09/30                                        *
*   Description : common css file                                   *
*   Web         : www.qkmedi.com                                    *
*   Version     : 1.0.0                                             *
*   ModifyTime  : 2017/09/30                                        *
*********************************************************************/
/*****************************通配样式*******************************/
*{
    margin: 0;
    padding: 0;
}
/*字体大小1rem=10px*/
html {
    font-size: 62.5%;
}
body{
    font-family: "Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;
    font-size: 1.4rem;
    margin: 0 auto;
    letter-spacing: 0.1rem;
    font-weight: 400;
    word-break:break-all;
}
a:link{ text-decoration: none; }
a:visited{ text-decoration: none; }
a:hover{ text-decoration: none; }
a:active{ text-decoration: none; }
b{
    font-weight: normal;
}
ul{
    list-style: none;
}
.list-inline{
    margin: 0;
}
/* 链接样式1 */
a.qk-text-777,.qk-text-777 a{
    color: #777;
}
.qk-text-777,a.qk-text-777:hover,.qk-text-777 a:hover{
    color: #e94f20;
}
/* 链接样式2 */
a.qk-text-ff7900,.qk-text-ff7900 a{
    color: #777;
}
a.qk-text-ff7900:hover,.qk-text-ff7900 a:hover{
    color: #e94f20;
}

.qk-text-787878{
    color: #787878;
}

.text-indent{
    text-indent: 2rem;
}

/*单行文本溢出*/
.text-line1{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*多行文本溢出 目前仅支持-webkit内核*/
.text-lines{
    width: initial;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -moz-box;
    display: -webkit-box;
    display: box;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    box-orient: vertical;
}

/*两行文本*/
.text-lines-2{
    -webkit-line-clamp: 2;
}

/*三行文本*/
.text-lines-3{
    -webkit-line-clamp: 3;
}

/*四行文本*/
.text-lines-4{
    -webkit-line-clamp: 4;
}

/* 滚动条 */
::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}
::-webkit-scrollbar-corner, ::-webkit-scrollbar-thumb:window-inactive {
    background: #ccc;
}
::-webkit-scrollbar-thumb {
    border-radius: 1em;
    background-color: rgba(50,50,50,0.3);
}
::-webkit-scrollbar-thumb {
    background: #ccc;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

/* header */
.qk-head-top{
    background-color: #eee;
}
.navbar-brand img{
    height: 100%;
}
.qk-head-top>.container{
    position: relative;
    height: 30px;
}
.qk-head-top-left{
    float: left;
    line-height: 30px;
}
.qk-head-top-right{
    float: right;
    margin-right: 130px;
    line-height: 30px;
}
.qk-head-top-add{
    position: absolute;
    top: 0;
    right: 15px;
    padding: 0 10px;
    line-height: 30px;
}
.qk-head-top-add>p{
    margin: 0;
    color: #ddd;
}
.qk-head-top-add>p>a{
    color: #777;
}
.qk-head-top-add>p>a.active{
    color: #000;
}
.qk-head-content{
    height: 90px;
    padding: 15px 0;
}
.qk-head-logo{
    height: 60px;
    float: left;
}
.qk-head-logo img{
    height: 100%;
}
.qk-head-tel{
    float: right;
    margin-top: 20px;
    font-size: 20px;
}
.navbar.navbar-default{
    margin-bottom: 0;
    background-color: #ff7900;
    border-color: #ff7900;
    border-radius: 0;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
    background-color: #ff7900;
}
.navbar-default .navbar-nav>li>a{
    color: #fff;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    color: #000;
    background-color: #ff7900;
}
.qk-head-menu{
    /* padding: 13px 0; */
    font-weight: bold;
    letter-spacing: 2px;
}
.qk-head-menu li{
    font-size: 18px;
    padding-bottom: 1px;
}
.qk-head-menu li>a{
    color: #777;
}
.qk-head-menu li>a:hover{
    color: #e94f20;
}
.qk-head-menu li.active>a{
    color: #e94f20;
}

/* 轮播图 */
.qk-slider-wrap,.qk-index-product-slider{
    position: relative;
    overflow: hidden;
    border-bottom: 2px solid #ff7900;
    background-color: #eee;
}
.qk-slider-wrap img{
    width: 100%;
}
.qk-index-product-slider{
    margin-top: 20px;
}
.qk-index-product-slider .swiper-content{
    text-align: center;
    margin-top: 10px;
    border-right: 1px solid #fff;
}
.qk-index-product-slider .qk-index-product-text{
    text-align: left;
    margin-left: 15px;
}

/* section head */
.qk-section-head{
    height: 60px;
    padding: 10px 0;
    line-height: 40px;
    border-bottom: 3px solid #ff7900;
}
.qk-section-head-left{
    float: left;
    color: #e94f20;
    font-size: 25px;
    font-weight: bold;
}
.qk-section-head-right{
    float: right;
    color: #eee;
    font-size: 16px;
}

/* 乾康医疗 */
.qk-index-about-wrap{
    margin: 20px 0;
}
.qk-index-about-wrap .qk-title{
    color: #ff7900;
    font-weight: bold;
    margin-bottom: 25px;
}
.qk-index-about-wrap .col-md-3.col-sm-6.col-xs-12{
    padding-right: 0;
    padding-left: 0;
}
.qk-index-about-company{
    height: 480px;
    padding: 30px;
    background-color: #ff7900;
}
.qk-index-about-company img{
    width: 100%;
}
.qk-top1{
    padding: 30px;
}
.qk-name{
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    border-bottom: 2px solid #fff;
    letter-spacing: 5px;
    padding-bottom: 20px;
}
.qk-slogen{
    padding: 20px 0;
    color: #fff;
    text-align: center;
    font-size: 24px;
    letter-spacing: 10px;
    line-height: 50px;
}
.qk-index-about-desc,.qk-index-about-culture,.qk-index-about-team{
    height: 480px;
    background-color: #eee;
    border-bottom: 3px solid #ff7900;
}
.qk-index-about-team{
    border-right: 3px solid #ff7900;
}
.qk-index-about-desc>.qk-img{
    height: 50%;
    background: url('../img/about_1.png') center center no-repeat;
    background-size: cover;
}
.qk-index-about-desc>.qk-con{
    padding: 15px;
    height: 50%;
    font-size: 18px;
    background-color: #fff;
}
.qk-index-about-culture>.qk-con{
    padding: 15px;
    height: 50%;
    font-size: 18px;
    text-align: center;
    background-color: #fff;
}
.qk-index-about-culture>.qk-con>.qk-img{
    background: url('../img/book.png') center center no-repeat;
    height: 50%;
}
.qk-index-about-culture>.qk-img{
    height: 50%;
    background: url('../img/about_2.png') center center no-repeat;
    background-size: cover;
}
.qk-index-about-team>.qk-con{
    padding: 15px;
    height: 50%;
    font-size: 18px;
    text-align: center;
    background-color: #fff;
}
.qk-index-about-team>.qk-con>.qk-img{
    background: url('../img/team.png') center center no-repeat;
    height: 50%;
}
.qk-index-about-team>.qk-img{
    height: 50%;
    background: url('../img/about_3.png') center center no-repeat;
    background-size: cover;
}
.qk-index-about-2 .qk-fullname p{
    color: #ff7900;
    font-weight: bold;
}
.qk-index-about-2 .qk-con>p{
    line-height: 30px;
}

/* 医疗设备 */
.qk-index-product-text p:first-child{
    font-size: 18px;
    color: #ff7900;
}

/* 服务地区 */
.qk-index-server-wrap .qk-img-bg{
    height: 500px;
    background: url('../img/server_address.png') center center no-repeat;
}
.qk-index-server-wrap .qk-img-bg.en{
    background: url('../img/en/server_address.png') center center no-repeat;
}

/* 新闻资讯 */
.qk-index-news-wrap{
    margin-bottom: 25px;
}
.qk-index-news-list{
    margin-top: 15px;
}
.qk-index-news-list img{
    width: 100%;
}
.qk-news-title{
    font-size: 16px;
    margin-top: 15px;
}
.qk-news-a{
    float: right;
}

/* 底部 */
.qk-frind-link{
    height: 35px;
    background-color: #eee;
    padding-bottom: 15px;
}
.qk-frind-link li{
    line-height: 35px;
}
.qk-footer-wrap{
    height: 270px;
    background: url('../img/bg.jpg') center center no-repeat;
    color: #fff;
}
.qk-footer-left{
    float: left;
}
.qk-footer-content{
    padding: 25px 0;
}
.qk-footer-right li.qk-title{
    font-size: 16px;
}
.qk-footer-right li{
    margin-bottom: 5px;
}
.qk-footer-right,.qk-footer-qrcode{
    float: right;
}
.qk-footer-qrcode{
    width: 130px;
    padding: 0 15px;
    margin-left: 30px;
}
.qk-footer-qrcode img{
    width: 100%;
}
.qk-footer-qrcode p{
    margin: 0;
}
.qk-footer-left li{
    font-size: 15px;
    margin-bottom: 50px;
}
.qk-fixed-up{
    position: fixed;
    top: 65%;
    right: 10px;
    width: 50px;
    color: #fff;
    padding: 11px;
    font-size: 12px;
    background-color: #ff7900;
    box-shadow: 0 4px 12px 0 rgba(7,17,27,.1);
    z-index: 1000;
    cursor: pointer;
}
.qk-fixed-up span{
    margin: 5px 0;
}
.qk-address a{
	color:#fff;
}

.qk-index-about-left{
    padding-left: 15px;
}
.qk-index-about-right{
    padding-right: 15px;
}

/* 关于乾康 */
.qk-page-con img{
    width: 100%;
}
.qk-page-conin{
    padding: 15px 0;
}

/* 产品信息 */
.qk-product-li{
    margin: 15px 0;
    border: 3px solid #e94f20;
}
.qk-product-li img{
    width: 100%;
}
.qk-product-li h4{
    color: #e94f20;
    margin-bottom: 35px;
}
.qk-product-li p{
    font-size: 16px;
    margin-bottom: 35px;
}
.qk-product-desc{
    padding-right: 15px;
}
.qk-product-link a{
    color: #fff;
    padding: 8px 25px;
    font-size: 16px;
    background-color: #e94f20;
    border: 1px solid #e94f20;
    transition: all ease .5s;
}
.qk-product-link a:hover{
    color: #e94f20;
    background-color: #fff;
}

/* 荣誉证书 */
.qk-honor-img{
    border: 1px solid #eee;
    padding: 5px;
    background-color: #eee;
}

/* 资讯中心 */
.qk-index-news-wrap .row>div{
    border-right: 1px solid #aaa;
}
.qk-index-news-wrap .row>div:last-child{
    border: none;
}
.qk-news-li{
    /*margin: 15px 0;*/
    border-bottom: 2px solid #e94f20;
    padding-bottom: 5px;
}
.qk-news-li-img img{
    border-left: 2px solid #e94f20;
    width: 100%;
}
.qk-news-li-addleft{
    float: left;
    line-height: 35px;
}
.qk-news-li-link{
    float: right;
    line-height: 35px;
}
.qk-news-li-link a{
    color: #fff;
    padding: 8px 25px;
    background-color: #e94f20;
    border: 1px solid #e94f20;
    transition: all ease .5s;
}
.qk-news-li-link a:hover{
    color: #e94f20;
    background-color: #fff;
}
.qk-news-list ul{
    width: 100%;
}
.qk-news-list li{
    padding-left: 5px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.qk-news-list-head{
    width: 100%;
    height: 35px;
    color: #fff;
    line-height: 35px;
    background-color: #e94f20;
    padding-left: 15px;
    margin-top: 15px;
    border-radius: 5px;
}
.qk-news-list-img img{
    padding-top: 15px;
    width: 100%;
}
.qk-page-list{
    margin: 25px 0;
}

/* 联系我们 */
.qk-contact-con{
    padding: 15px 0;
}
.qk-contact-left{
    float: left;
}
.qk-contact-right{
    float: right;
    height: 60px;
    width: 60px;
}
.qk-contact-right img{
    width: 100%;
}
#amap-container {
    height: 100%;
}
.qk-contact-con h3{
    color: #e94f20;
}

@media (max-width: 414px){
    .qk-index-server-wrap .qk-img-bg,.qk-index-server-wrap .qk-img-bg.en{
        height: 230px;
        background-size: contain;
    }
    .qk-news-bottom.clearfix {
        padding-bottom: 15px;
    }
    .qk-index-about-wrap .col-md-3.col-sm-6.col-xs-6.qk-index-about-1{
        padding-left: 15px;
    }
    .qk-index-about-wrap .col-md-3.col-sm-6.col-xs-6.qk-index-about-2{
        padding-right: 15px;
    }
    .qk-index-about-wrap .col-md-3.col-sm-6.col-xs-6.qk-index-about-2 .qk-index-about-desc{
        border-right: 3px solid #ff7900;
    }
    .qk-index-about-wrap .col-md-3.col-sm-6.col-xs-6.qk-index-about-3 .qk-index-about-culture{
        border-left: 3px solid #ff7900;
    }
    .qk-index-about-wrap .col-md-3.col-sm-6.col-xs-6.qk-index-about-3{
        padding-left: 15px;
    }
    .qk-index-about-wrap .col-md-3.col-sm-6.col-xs-6.qk-index-about-4{
        padding-right: 15px;
    }
    .qk-slogen{
        font-size: 20px;
    }
    .qk-index-about-desc>.qk-con{
        font-size: 13px;
    }
}


@media (min-width: 415px) and (max-width: 768px) {
    .qk-head-menu li{
        font-size: 14px;
    }
    .qk-index-about-wrap .col-md-3.col-sm-6.col-xs-6.qk-index-about-1{
        padding-left: 15px;
    }
    .qk-index-about-wrap .col-md-3.col-sm-6.col-xs-6.qk-index-about-2{
        padding-right: 15px;
    }
    .qk-index-about-wrap .col-md-3.col-sm-6.col-xs-6.qk-index-about-2 .qk-index-about-desc{
        border-right: 3px solid #ff7900;
    }
    .qk-index-about-wrap .col-md-3.col-sm-6.col-xs-6.qk-index-about-3 .qk-index-about-culture{
        border-left: 3px solid #ff7900;
    }
    .qk-index-about-wrap .col-md-3.col-sm-6.col-xs-6.qk-index-about-3{
        padding-left: 15px;
    }
    .qk-index-about-wrap .col-md-3.col-sm-6.col-xs-6.qk-index-about-4{
        padding-right: 15px;
    }
    .qk-top1 {
        padding: 60px;
        height: 50%;
    }
    .qk-index-server-wrap .qk-img-bg,.qk-index-server-wrap .qk-img-bg.en{
        height: 400px;
        background-size: contain;
    }
    .qk-news-bottom.clearfix {
        padding-bottom: 20px;
    }
    .qk-news-li-img img{
        height: 118px;
    }
}
@media (min-width: 768px){
    .qk-index-about-wrap .col-md-3.col-sm-6.col-xs-12.qk-index-about-1 {
        padding-left: 15px;
    }
    .qk-index-about-wrap .col-md-3.col-sm-6.col-xs-12.qk-index-about-4 {
        padding-right: 15px;
    }
    .qk-index-news-list img{
        height: 175px;
    }
    .qk-news-li-img img{
        height: 173px;
    }
}

@media (max-width: 1024px) {
    .qk-product-desc{
        padding: 0 5px;
    }
    .qk-product-li h4,.qk-product-li p{
        margin-bottom: 0;
    }
    .qk-product-link{
        padding: 5px;
    }
    .qk-product-link a{
        float: right;
    }
    .qk-fixed-up{
        background-color: rgba(0, 0, 0, 0);
    }
    #amap-wrap{
        height: 450px!important;
    }
    .qk-news-li-img img{
        border: none;
    }
    .news-info img {
        width: 100%;
    }
    .qk-name{
        font-size: 24px;
    }
    .qk-section-head{
        border: none;
    }
    .qk-index-about-1{
        display: none;
    }
    .qk-index-about-team{
        border-right: none;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .qk-index-server-wrap .qk-img-bg,.qk-index-server-wrap .qk-img-bg.en{
        height: 500px;
        background-size: contain;
    }
    .qk-index-about-desc>.qk-con{
        font-size: 16px;
    }
    .qk-index-news-list img {
        height: 150px;
    }
    .qk-index-about-4 .list-inline>li{
        padding-right: 3px;
        padding-left: 3px;
    }
    .qk-section-head{
        border-bottom: 3px solid #ff7900;
    }
    .qk-index-about-1{
        display: block;
    }
    .qk-index-about-team{
        border-right: 3px solid #ff7900;
    }
}
/*
@media (width: 1024px) {
    .qk-index-news-list img {
        height: 150px;
    }
    .qk-index-about-4 .list-inline>li{
        padding-right: 3px;
        padding-left: 3px;
    }
    .qk-section-head{
        border-bottom: 3px solid #ff7900;
    }
    .qk-index-about-1{
        display: block;
    }
}*/